From d6e4ce127a4e9d643eab64cbfc8db499942fd7f4 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 6 Aug 2017 17:42:17 +0100 Subject: [PATCH] docs: gtk/running: Document the GTK_CSD env var It was not documented before. https://bugzilla.gnome.org/show_bug.cgi?id=778791#c1 --- docs/reference/gtk/running.sgml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index 1d8048dff4..0794064e71 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -514,6 +514,21 @@ nevertheless. + + <envar>GTK_CSD</envar> + + + The default value of this environment variable is 1. If changed to 0, this + disables the default use of client-side decorations on GTK+ windows, thus + making the window manager responsible for drawing the decorations of + windows that do not have a custom titlebar widget. + + + CSD is always used for windows with a custom titlebar widget set, as the WM + should not draw another titlebar or other decorations around the custom one. + + + <envar>XDG_DATA_HOME</envar>, <envar>XDG_DATA_DIRS</envar> -- 2.30.2